.p2p5-brother-block {
    position: relative;
    padding: 0;
    background-color: #e8eeee;
    text-align: center;
}

.p2p5-brother-block,
.p2p5-brother-block>div {
    min-height: 255px;
}

.p2p5-brother-block::after {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-family: serif;
    font-size: 3rem;
    font-weight: bold;
    right: 0;
    bottom: 0;
    content: '+';
    transition: all .7s;
    color: #fff;
    background-color: #ea614b;
}

.brother-block-recto {
    position: relative;
    padding-top: 30px;
}

.brother-block-verso {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}

.brother-text {
    width: 92%;
    padding: 0 5%;
    margin: 0 auto;
}

.brother-mask {
    display: block;
    text-align: center;
    position: relative;
}

.brother-mask::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwOS43NzFweCIgaGVpZ2h0PSIxNTJweCIgdmlld0JveD0iNi4yNCAtMC4xNjcgMjA5Ljc3MSAxNTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgNi4yNCAtMC4xNjcgMjA5Ljc3MSAxNTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJDYWxxdWVfMSI+PGcgaWQ9IkNhbHF1ZV8yIj48L2c+PC9nPjxnIGlkPSJDYWxxdWVfMl8xXyI+PGc+PGc+PHBhdGggZmlsbD0iI0U4RUVFRSIgZD0iTTIxNi4wMTItMC4xNjdoLTUzLjc3NWgtMTAySDYuMjR2MTUyaDUzLjk5N2gxMDJoNTMuNzc1Vi0wLjE2N3ogTTExMS4wOCwxNTAuNjQ2YzAsMC01MC4wMDgtMTguMzg3LTUwLjA4MS03NC41NzVjLTAuMDc0LTU2LjEzNSw0OS45MTktNzQuNzE5LDQ5LjkxOS03NC43MTlzNDkuOTUxLDE4LjAxMyw1MC4wODEsNzQuNTc0QzE2MS4wMTgsMTMyLjQzOCwxMTEuMDgsMTUwLjY0NiwxMTEuMDgsMTUwLjY0NnoiLz48L2c+PC9nPjwvZz48L3N2Zz4=);
    background-size: 210px 153px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 300px; /*was 210*/
    height: 150px; /*was 152*/
    max-width: 100%;
}

.brother-mask>img {
    vertical-align: top;
    height: 150px;
    width: auto;
}

.brother-block-recto h3 {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    color: #4a6776;
    letter-spacing: 0;
    text-align: center;
}

.p2p5-brother-block p {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .brother-mask::after {
        width: 100%;
    }
}